home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / terrorism2.swf / scripts / DefineButton2_324 / BUTTONCONDACTION on(keyPress 3).as < prev   
Text File  |  2005-01-07  |  132b  |  7 lines

  1. on(keyPress "3"){
  2.    if(getProperty(_root.Gun, _currentframe) != 1 or 55)
  3.    {
  4.       _root.Gun.gotoAndPlay("SwapMP5");
  5.    }
  6. }
  7.